home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / winedit.arc / CHANGES.TXT next >
Text File  |  1991-10-07  |  5KB  |  146 lines

  1. WINEDIT CHANGES, ADDITIONS, and BUG FIXES
  2. -----------------------------------------
  3.  
  4. Version 1.1A (05/04/91)
  5.  
  6.                Optimized vertical scrolling routine - especially
  7.                fast on systems with graphics coprocessors.
  8.  
  9.                Fixed PostScript print bug.
  10.  
  11.                Added Go to line function:  double click on status
  12.                line, or choose Go to line... from Search menu.
  13.  
  14.                Fixed a paste bug.
  15.  
  16. Version 1.0G (04/09/91)
  17.  
  18.                Show Next/Prev Error now handles Borland C++ compiler
  19.                output.
  20.  
  21.                Fixed combo box problem when minimizing window.
  22.  
  23.                Fixed paste when there is a selection.
  24.  
  25.                Changed screen update procedure to avoid flashing.
  26.  
  27.  
  28. Version 1.0F (04/02/91)
  29.  
  30.                Keypad + copies current line to clipboard if nothing is selected, 
  31.                otherwise copies selected text.
  32.                
  33.                Keypad - cuts current line to clipboard if nothing is selected,
  34.                otherwise cuts selected text.
  35.                
  36.                Main window size is saved in WINEDIT.INI.
  37.                
  38.                Header prints file date and time if file is unchanged,
  39.                current date and time if changed.
  40.  
  41.                Added File.Merge
  42.  
  43.                Corrected WINEDIT.HLP index error
  44.  
  45.                Changed file list combobox to handle keyboard better and
  46.                fixed update problem when closing with no active file windows.
  47.  
  48.                Corrected sharing violation when reloading SDKWIN.HLP
  49.                with SHARE.EXE loaded.
  50.  
  51.                Corrected Show Error problem when a link error was
  52.                encountered.
  53.  
  54.                Print now handles form feeds correctly.
  55.                
  56. Version 1.0E (03/14/91)
  57.  
  58.                Updated help files and documenation.
  59.  
  60.                Corrected minor printing bug.
  61.  
  62.                Corrected paint bug.
  63.  
  64. Version 1.0D (03/12/91)
  65.  
  66.                Changed local memory scheme to use danq's multiple far
  67.                local heap routines.
  68.  
  69.                Added keyboard selection items: Shift+PgUp, Shift+PgDn,
  70.                Shift+Ctrl+Home, Shift+Ctrl+End.
  71.  
  72.                Added davee's ultra-cool Control Bar.
  73.  
  74.                Fixed scrollbar bug.
  75.  
  76.                Fixed Edit.Paste bug.
  77.  
  78.                Fixed Edit.Cut bug.
  79.  
  80.                Streamlined screen updates after delete or backspace.
  81.                
  82.                Delete key at end of line now joins line with line below.
  83.                
  84. Version 1.0C (02/05/91):
  85.  
  86.                Added "Debug" item to Run Menu.
  87.  
  88.                Changed WinExec to richhe's Spawn.
  89.  
  90.                Fixed selection bug.
  91.  
  92.              (02/04/91):
  93.  
  94.                Corrected font problems with Adobe Type Manager(tm) 
  95.                and Publisher's PowerPak (tm).
  96.  
  97.                Added .WPJ (WinEdit Project) INI files for grouping
  98.                work projects.
  99.  
  100.                Added printer setup.
  101.  
  102.                Fixed numerous editing bugs.
  103.  
  104. Version 1.0B (01/06/91):
  105.  
  106.                Added Next Error/Prev Error viewing of compiler output.
  107.                
  108.                Left double click selects word.
  109.  
  110.                Changed File Open dialog box so that entering a drive or 
  111.                directory in the edit box changes directory and keeps
  112.                the current wild card pattern.
  113.  
  114.                Changed updating of WINEDIT.INI to cope with multiple instances
  115.                and quitting Windows sessions.
  116.  
  117.                Fixed bug allowing cursor to get out of sync with the current
  118.                position.
  119.  
  120.                Fixed numerous print bugs.
  121.  
  122.                Fixed bug - Canceling a print-to-file job at the "Output
  123.                file name" dialog box caused a lockup.
  124.  
  125.                Fixed bug - Starting selection with mouse and ending with
  126.                keyboard ignored mouse portion of selection.
  127.  
  128.                Fixed bug - Mouse click on text was positioning caret 
  129.                incorrectly by 1/2 character width.
  130.                
  131.                Fixed bug - if screen had scrolled horizontally with cursor
  132.                on a blank line, hitting HOME key produced momentary screen
  133.                garbage.
  134.  
  135.                Fixed bug - a Find... requiring a horizontal scroll was not
  136.                updating the screen and scrollbar properly in all cases.
  137.  
  138.                Fixed bug - Word Left wasn't restoring the screen and 
  139.                scrollbar properly if it had scrolled to the right.
  140.                
  141.                Fixed buttons on Search dialog box to line up with each other.
  142.  
  143. Version 1.0A (12/02/90):
  144.  
  145.                Initial release.
  146.